home *** CD-ROM | disk | FTP | other *** search
- Path: library.erc.clarkson.edu!rpi!not-for-mail
- From: floydb1@lib104.its.rpi.edu (Barry B Floyd)
- Newsgroups: comp.lang.c++
- Subject: Re: beginners' guide.....
- Date: 12 Mar 1996 12:35:07 -0500
- Organization: Rensselaer Polytechnic Institute, Troy, NY.
- Message-ID: <4i4ckb$bnd@lib104.its.rpi.edu>
- References: <3134D05F.2C2D@mcs.surrey.ac.uk> <4hsps9$l11@jukebox.plug-in.com.br>
- NNTP-Posting-Host: lib104.its.rpi.edu
- X-newsreader: xrn 7.04-beta-11
-
-
- This should help you out. I collected these as I learned C++ last
- fall. I haven't checked to see if they are all still on-line, lately.
-
- I am not sure what the news servers will do to the long lines
- of text (wrap around and truncate), if all goes well you should
- be able to cut/past the following into a file and open it with
- your WWW browser - though the source code may not look pretty.
-
-
- good luck.
-
- barry
-
-
- -------------------------- cut here --------------------------
- <html>
- <TITLE>C++ Resources</TITLE>
- <body>
-
- <a name= "top" >
-
- <ul>
- <LI><a HREF="#c++howto" > C++ 'How To...' </A>
- <LI><a HREF="#c++std" > C++ Standards </A>
- <LI><a HREF="#c++gnu" > C++ GNU </A>
- <LI><a HREF="#c++source" > C++ Source Code </A>
- <LI><a HREF="#c++links" > C++ Links to Links </A>
- </ul>
-
- <p>
- <a name = "c++howto">
-
- <TABLE BORDER=3 width=560 ALIGN=center CELLPADDING=5>
- <CAPTION> <strong> C++ 'How To...' & FAQ's </strong> </CAPTION>
- <TR>
- <TD>
- <UL>
- <DT><A HREF="http://www.icce.rug.nl/docs/cppfaqs.html" >C++ FAQ: comp.lang.c++ (nl - HTML)</A>
- <DT><A HREF="http://www.aul.fiu.edu/cpp/cpp_faq.htm" >C++ FAQ: libraries </A>
- <DT><A HREF="ftp://rtfm.mit.edu/pub/usenet-by-hierarchy/comp/lang/c++/" >C++ FAQ: comp/lang/c++ (MIT - text)</A>
- <p>
-
- <DT><A HREF="http://uu-gna.mit.edu:8001/uu-gna/text/cc/index.html" >C++ tutorial: GNA - MSET Course,</A>
- <DT><A HREF="gopher://alamut.lifesci.ucla.edu:70/11/systems/c++" >C++ tutorial: UCLA </A>
- <DT><A HREF="http://www.icce.rug.nl/docs/cplusplus/cplusplus.html" >C++ tutorial: Annotations</A>
- <DT><A HREF="http://www.informatik.uni-konstanz.de/%7Ekuehl/c++/iostream/" >C++ tutorial: IOstreams</A>
- <DT><A HREF="file:/afs/rpi.edu/home/34/floydb1/html/composit.html" >C++ tutorial: Composition - objects in objects</A>
- <DT><A HREF="http://www.cs.purdue.edu/homes/clt/cs181/lectures.html" >C++ tutorial: CS181 Lecture Notes (09-Nov-1995) -</A>
- <DT><A HREF="file:/campus/gnu/libg++/2.7.0a/sun4c_411/src/libio/iostream.info-1" >C++ tutorial: iostream.info-1 (local)</A>
- <p>
-
- <DT><A HREF="http://www.cs.tu-bs.de/softech/ddd/" >C++ Data Display Debugger (RPI - ACM)</A>
- <p>
-
- </ul>
- </td>
- </tr>
- </table>
-
- <p><a HREF="#top" stong> Return to top of document </strong></a>
- <p><p>
- <a name = "c++std">
-
- <TABLE BORDER=3 width=560 ALIGN=center CELLPADDING=5>
- <CAPTION> <strong> C++ Standards </strong> </CAPTION>
- <TR>
- <TD>
- <UL>
- <DT><A HREF="http://dogbert.lbl.gov/~matt/std-c++/faq.html" >C++ std: Draft Standard FAQ</A>
- <DT><A HREF="http://www-leland.stanford.edu/~iburrell/cpp/std.html" >C++ std: Draft Standard</A>
- <DT><A HREF="http://www.cygnus.com/misc/wp/draft/" >C++ std: Draft Standard April '95 Working Paper</A>
- <DT><A HREF="http://www.cs.rpi.edu/~musser/stl.html" >C++ std: STL Standard Template Library</A>
- <DT><A HREF="http://www.xraylith.wisc.edu/~khan/software/stl/STL.newbie.html" >C++ std: STL Newbie guide</A>
- <DT><A HREF="http://weber.u.washington.edu/~bytewave/bytewave_stl.html" >C++ std: STL Web Site</A>
- <p>
- </ul>
- </td>
- </tr>
- </table>
-
- <p><a HREF="#top" stong> Return to top of document </strong></a>
- <p><p>
- <a name = "c++gnu">
-
- <TABLE BORDER=3 width=560 ALIGN=center CELLPADDING=5>
- <CAPTION> <strong> C++ GNU </strong> </CAPTION>
- <TR>
- <TD>
- <UL>
- <DT><A HREF="http://www.cygnus.com/misc/g++FAQ_toc.html" >C++ GNU FAQ for the compiler</A>
- <DT><A HREF="http://csugrad.cs.vt.edu/manuals/libg/libg_toc.html" >C++ GNU Library - Table of Contents</A>
- <DT><A HREF="http://www.cs.uleth.ca/docs/faq/gpp" >C++ GNU g++ info</A>
- <DT><A HREF="http://www.ai.mit.edu/!info/g-whiz/!!first" >C++ GNU g++ How to install/use the compiler</A>
- <DT><A HREF="http://www.ns.utk.edu/gnu/gcc-2.7.0/gcc_toc.html" >C++ GNU CC Using and Porting - Table of Contents</A>
- <DT><A HREF="http://www.ai.mit.edu/!info/dir/!!first" >C++ GNU MIT info index</A>
- <DT><A HREF="file:/afs/rpi.edu/home/34/floydb1/html/vector.html" >C++ GNU Library - Vector classes (local copy)</A>
- <DT><A HREF="file:/afs/rpi.edu/home/34/floydb1/html/string.html" >C++ GNU Library - String class (local copy)</A>
- <p>
- </ul>
- </td>
- </tr>
- </table>
-
- <p><a HREF="#top" stong> Return to top of document </strong></a>
- <p><p>
- <a name = "c++source">
-
- <TABLE BORDER=3 width=560 ALIGN=center CELLPADDING=5>
- <CAPTION> <strong> C++ Source Code </strong> </CAPTION>
- <TR>
- <TD>
- <UL>
- <DT><A HREF="gopher://alamut.lifesci.ucla.edu:70/11/systems/c++/tutorial/source" >C++ source: Tutorial code @ UCLA</A>
- <DT><A HREF="http://vinny.csd.mu.edu/learn.html" >C++ source: ZIP files of source</A>
- <DT><A HREF="http://www.cs.rpi.edu/" >C++ source: RPI Computer Science</A>
- <DT><A HREF="http://www.quadralay.com/www/CCForum/CCForum.html" >C++ source: Archive</A>
- <DT><A HREF="ftp://129.252.131.11/pub/sridhar/yacl/" >C++ source: ftp://pub/sridhar/yacl</A>
- <DT><A HREF="http://info.desy.de/user/projects/C++.html" >C++ source: Virtual Library</A>
- <DT><A HREF="http://info.desy.de/user/projects/C++/Projects.html" >C++ source: Various Applications</A>
- <DT><A HREF="http://cuiwww.unige.ch/~scg/FreeDB/" >C++ source: Free Database List</A>
- <DT><A HREF="http://www.informatik.uni-konstanz.de/~kuehl/c++/array.h.html" >C++ source: Header File for an Array Class</A>
- <DT><A HREF="http://www.cs.washington.edu/education/courses/143/code/code.html" >C++ source: Code Available from two books</A>
- <DT><A HREF="http://www.ts.umu.se/~maxell/C++/" >C++ source: some classes (SE)</A>
- <p>
- </ul>
- </td>
- </tr>
- </table>
-
- <p><a HREF="#top" stong> Return to top of document </strong></a>
- <p><p>
- <a name = "c++links">
-
- <TABLE BORDER=3 width=560 ALIGN=center CELLPADDING=5>
- <CAPTION> <strong> C++ Links to Links </strong> </CAPTION>
- <TR>
- <TD>
- <UL>
- <DT><A HREF="http://bach.cis.temple.edu/accu/index.html" >C++ Links: Association of C & C++ Users WWW</A>
- <DT><A HREF="http://ec.tmit.ac.jp/koyama/c++.html" >C++ Links: The Unofficial C++ Homepage</A>
- <DT><A HREF="http://www.mfi.com/sdmag/" >C++ Links: Software development magazine</A>
- <DT><A HREF="http://www.yahoo.com/Computers_and_Internet/Languages/C_C__/" >C++ Links: Yahoo Links</A>
- <DT><A HREF="http://vsl.cnet.com/" >C++ Links: VSL - Master Site</A>
- <DT><A HREF="http://www.nerdworld.com/nw94.html" >C++ Links: Nerd World - PROGRAMMING</A>
- </ul>
- </td>
- </tr>
- </table>
-
- <p>
- <p><a HREF="#top" stong> Return to top of document </strong></a>
- <p><p>
-
- </body>
- </html>
- --
- +--------------------------------------------------------------------+
- | Barry B. Floyd \\\ floydb1@rpi.edu |
- | RPI Alum. '84 '87 '88 \\\ |
- +--------------------------------------------------------------------+
-